//==============================================================================
// war spider_anim.txt
//==============================================================================

//==============================================================================
define wspdrbirth
{
   set hotspot
   {
      version
      {
         VisualParticle sfx n odin heal effect
      }
   }
}

//==============================================================================
define poisonfx
{
   set hotspot
   {
      version
      {
         VisualParticle Special X WarSpidr Poisn
      }
   }
}

//==============================================================================
anim Birth
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual w spider_birth
				connect HOTSPOT wspdrbirth hotspot
         }
      }
   }
}

//==============================================================================
anim idle
{
   SetSelector none
   {
      set hotspot
      {
         version
         {
			        Visual w spider_idle
         }
      }
   }
}

//==============================================================================
anim walk
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {

			    Visual w spider_walk
				tag FootstepRight 0.10 true
				tag FootstepLeft 0.00 true
				tag FootstepRight 0.30 true
				tag FootstepLeft 0.25 true
				tag FootstepRight 0.45 true
				tag FootstepLeft 0.35 true
				tag FootstepRight 0.64 true
				tag FootstepLeft 0.50 true
				tag FootstepRight 0.75 true
				tag FootstepLeft 0.70 true
				tag FootstepRight 0.95 true
				tag FootstepLeft 0.85 true
                               Length 0.6
         }
      }
   }
}

//==============================================================================
anim Attack
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
			        Visual w spider_attacka
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag Attack 0.58 true   
                  tag GenericSound 0.40 true   
                  tag SpecificSoundSet 0.58 false CrocSnap checkVisible 
//-- end auto generated section
         }
         version
         {
			        Visual w spider_attackb
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag Attack 0.58 true   
                  tag GenericSound 0.40 true   
                  tag SpecificSoundSet 0.58 false CrocSnap checkVisible 
//-- end auto generated section
         }
      }
   }
}

//==============================================================================
anim Bored
{
   SetSelector none
   {
      set hotspot
      {
         version
         {
			        Visual w spider_boreda
         }
			version
         {
			        Visual w spider_boredb
         }
      }
   }
}

//==============================================================================
anim Death
{
   SetSelector none
   {
      set hotspot
      {
         version
         {
			        Visual w spider_death
         }
      }
   }
}

//==============================================================================
anim Flail
{
   SetSelector none
   {
      set hotspot
      {
         version
         {
			        Visual w spider_flail
         }
      }
   }
}

//==============================================================================
anim whirlwindAttack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
                               Visual w spider_special
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.48 true   
            tag GenericSound 0.60 true   
            tag SpecificSoundSet 0.21 false WarSpidrPoison checkVisible 
//-- end auto generated section
				connect HOTSPOT poisonfx hotspot
         }
      }
   }
}
